Skip to content

Add onboarding flow#6

Merged
arjun-dureja merged 9 commits intomainfrom
onboarding-flow
Mar 12, 2026
Merged

Add onboarding flow#6
arjun-dureja merged 9 commits intomainfrom
onboarding-flow

Conversation

@arjun-dureja
Copy link
Owner

@arjun-dureja arjun-dureja commented Mar 9, 2026

@arjun-dureja
Copy link
Owner Author

@codex review

chatgpt-codex-connector[bot]

This comment was marked as resolved.

devin-ai-integration[bot]

This comment was marked as resolved.

@arjun-dureja
Copy link
Owner Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e6005edb1c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +140 to +142
guard !hasCompletedOnboarding else { return }

showOnboarding = true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Skip onboarding for existing non-Pro users

prepareInitialPresentation() now presents onboarding for every non-Pro user whenever hasCompletedOnboarding is false, but this flag is newly introduced in this commit and defaults to false for existing installs; as a result, returning free users who already configured channels will be forced through the non-dismissible onboarding flow after updating. Please add a migration/default path for existing users (or gate onboarding on first-run/empty-channel state) so only true new users see this flow.

Useful? React with 👍 / 👎.

@arjun-dureja arjun-dureja merged commit 1b0933b into main Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant